﻿@charset "utf-8";
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,hr,fieldset,input,p,blockquote,th,td,iframe,a,span,i,em,b,strong{
	_margin: 0px;
	margin: 0px;
	_padding: 0px;
	padding: 0px;
	font-family: "Microsoft YaHei";
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: none;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
input,textarea,button{
	border: none;
	outline: none;
	resize: none;
}
ol,ul,li {
	list-style: none;
	margin: 0;
}
img a {
	border: none;
}
a{
	text-decoration: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0px;
}
.clearfix{
	*zoom:1;
}
.container{
	width: 1200px;
	margin: 0 auto;
}


/* 公共部门样式 */

/*===== 头部 =====*/
.top{
	width: 100%;
	max-width: 1920px;
	height: 90px;
	margin: 0 auto;
	background-color: #ffffff;
}
.top .logo{
	float: left;
	margin-top: 18px;
	margin-right: 22px;
}
.top h1,.top li{
	float: left;
	width: 432px;
	height: 30px;
	line-height: 28px;
	padding-left: 18px;
	margin-top: 30px;
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	background: url(../images/icon-1.png) no-repeat 0px 0px;
	overflow: hidden;
}
.top .contact{
	float: right;
	height: 54px;
	margin-top: 18px;
	padding-left: 73px;
	background: url(../images/icon-1.png) no-repeat 0px -45px;
}
.top .contact span{
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #0f3d5f;
}
.top .contact p{
	height: 30px;
	line-height: 30px;
	letter-spacing: 2px;
	font-size: 24px;
	color: #0f3d5f;
}
.nav{
	width: 100%;
	max-width: 1920px;
	height: 48px;
	margin: 0 auto;
	background: url(../images/icon-2.png) repeat-x;
}
.nav ul li{
	float: left;
	width: 104px;
	height: 48px;
	margin-right: 10px;
	overflow: hidden;
}
.nav ul li.on,
.nav ul li:hover{
	background-color: #0f3787;
}
.nav ul li a{
	display: block;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	font-family: "宋体";
	color: #ffffff;
}


.foot{
	width: 100%;
	max-width: 1920px;
	height: 102px;
	margin: 0 auto;
	background-color: #1e2227;
}
.foot ul{
	height: 24px;
	padding-top: 24px;
	text-align: center;
}
.foot ul li{
	position: relative;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-right: 14px;
	padding-left: 6px;
}
.foot ul li:after{
	content: "";
	position: absolute;
	width: 5px;
	height: 1px;
	right: 0;
	top: 12px;
	background-color: #717273;
}
.foot ul li.foot-li-last:after{
	display: none;
}
.foot ul li a{
	font-family: "宋体";
	font-size: 12px;
	color: #717273;
}
.foot ul li a:hover{
	color: #ec5e34;
}
.foot .foot-text{
	line-height: 24px;
	text-align: center;
	font-family: "宋体";
	font-size: 12px;
	color: #717273;
}
.foot .foot-text span{
	font-family: "微软雅黑";
}
.foot .foot-text a{
	font-family: "宋体";
	font-size: 12px;
	color: #717273;
}
.foot .foot-text a:hover{
	color: #ec5e34;
}
.foot .foot-text h2{
	display: inline;
	font-weight: 400;
	font-family: "宋体";
	font-size: 12px;
	color: #717273;
}
